home *** CD-ROM | disk | FTP | other *** search
/ PC Guide Interactive 42 / PCGuide 42a / pcguide42.iso / share / Netpd / netpd.exe / 0 / RCDATA / TNETPDNEW / TNETPDNEW.txt
Encoding:
Text File  |  1998-04-29  |  2.4 KB  |  121 lines

  1. object NetPDNew: TNetPDNew
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'NetPD: New Winsock Application detected'
  7.   ClientHeight = 219
  8.   ClientWidth = 467
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   KeyPreview = True
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 467
  24.     Height = 25
  25.     Align = alTop
  26.     BevelInner = bvRaised
  27.     BevelOuter = bvLowered
  28.     Caption = 'Warning!'
  29.     Font.Charset = ANSI_CHARSET
  30.     Font.Color = clRed
  31.     Font.Height = -13
  32.     Font.Name = 'Arial'
  33.     Font.Style = [fsBold]
  34.     ParentFont = False
  35.     TabOrder = 0
  36.   end
  37.   object Memo1: TMemo
  38.     Left = 0
  39.     Top = 25
  40.     Width = 467
  41.     Height = 153
  42.     TabStop = False
  43.     Align = alClient
  44.     Alignment = taCenter
  45.     BorderStyle = bsNone
  46.     Color = clBtnFace
  47.     Ctl3D = True
  48.     Lines.Strings = (
  49.       
  50.         'NetPD detected attempt from unlisted application to establish In' +
  51.         'ternet connection:'
  52.       ''
  53.       '<AppTitle>'
  54.       '<AppName>'
  55.       ''
  56.       'Connecting to:'
  57.       ''
  58.       '<PeerName>'
  59.       ''
  60.       'Place new program in one of the lists..')
  61.     ParentCtl3D = False
  62.     ReadOnly = True
  63.     TabOrder = 1
  64.   end
  65.   object Panel2: TPanel
  66.     Left = 0
  67.     Top = 178
  68.     Width = 467
  69.     Height = 41
  70.     Align = alBottom
  71.     BevelInner = bvRaised
  72.     BevelOuter = bvLowered
  73.     TabOrder = 2
  74.     object Deny: TButton
  75.       Left = 216
  76.       Top = 8
  77.       Width = 75
  78.       Height = 25
  79.       Caption = '&Deny'
  80.       TabOrder = 0
  81.       OnClick = DenyClick
  82.     end
  83.     object Warn: TButton
  84.       Left = 296
  85.       Top = 8
  86.       Width = 75
  87.       Height = 25
  88.       Caption = '&Warn'
  89.       TabOrder = 1
  90.       OnClick = WarnClick
  91.     end
  92.     object Accept: TButton
  93.       Left = 376
  94.       Top = 8
  95.       Width = 75
  96.       Height = 25
  97.       Caption = '&Accept'
  98.       Default = True
  99.       TabOrder = 2
  100.       OnClick = AcceptClick
  101.     end
  102.     object CheckBox1: TCheckBox
  103.       Left = 8
  104.       Top = 8
  105.       Width = 105
  106.       Height = 17
  107.       Caption = '&This session only'
  108.       TabOrder = 3
  109.     end
  110.     object Help: TButton
  111.       Left = 128
  112.       Top = 8
  113.       Width = 75
  114.       Height = 25
  115.       Caption = 'Help'
  116.       TabOrder = 4
  117.       OnClick = HelpClick
  118.     end
  119.   end
  120. end
  121.